Skip to content

Ab replace pd 02 - #39

Merged
tswast merged 2 commits into
mainfrom
ab_replace_pd_02
Aug 10, 2026
Merged

Ab replace pd 02#39
tswast merged 2 commits into
mainfrom
ab_replace_pd_02

Conversation

@andyorange

Copy link
Copy Markdown
Collaborator

Here the new code and some new demo/ changed demos, directly comparing pandas and not ibis base things. As soon as either DataFrame is turned into a leanframe Dataframe, there is no difference any more. As intended!

@andyorange
andyorange requested a review from tswast July 10, 2026 12:13
import uuid
from pathlib import Path

sys.path.insert(0, str(Path(__file__).parent.parent))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update our pyproject.toml to make sure leanframe can be imported without such changes?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point


# Create handler to analyze nested structure
print("\nCreating DataFrameHandler to analyze nested structure...")
handler = DataFrameHandler(customers_df)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is DataFrameHandler normally part of the public interface?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as dicussed, will try to hide both handlers and make them internal, private members of DataFrame or find a similar solution

@tswast
tswast merged commit cd97d3b into main Aug 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants